home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 12 / 012.d81 / bugged bugs < prev    next >
Text File  |  2022-08-26  |  1KB  |  83 lines

  1.  
  2.        BUGGED BUGS AND STUFF
  3.  
  4.  
  5.  
  6.  
  7.   Hey, guess what!  We made a mistake.
  8.  
  9. Do you want to know the good news??
  10.  
  11. Good!  It's not a NEW mistake.  Now,
  12.  
  13. you want to hear the bad news?  Oh,
  14.  
  15. you do, huh?  Well...... we(Alan)
  16.  
  17. made the same mistake again.  In a
  18.  
  19. past issue we included some lines from
  20.  
  21. POE ADVENTURE on Issue #9 that were
  22.  
  23. supposed to fix the program.  Well,
  24.  
  25. since Alan was a klutz again (and
  26.  
  27. Jimmy was sleeping at the time), there
  28.  
  29. was a bug in the correction for the
  30.  
  31. original bugs.  So, here we go
  32.  
  33. groveling again!  We hope that you
  34.  
  35. will find room in your most gracious
  36.  
  37. heart to forgive us (Alan) one more
  38.  
  39. time.  We promise to keep Alan from
  40.  
  41. being a clutz again and we also
  42.  
  43. promise to keep Jimmy awake at all
  44.  
  45. times!  Please forgive us!
  46.  
  47.   Oh, by the way, here is the
  48.  
  49. correct correction (hopefully):
  50.  
  51.  
  52. In the original fix, line 3060 read
  53.  like this:
  54.  
  55. 3060 IFS2$<>"string"PRINTA$(1):GOTO
  56.      1000
  57.  
  58.  
  59. Well, that doesn't work.  Here is
  60. the latest version (and hopefully the
  61. last):
  62.  
  63. 3060 IFS2$<>"string"THEN PRINTA$(1):
  64.      GOTO1000
  65.  
  66.  
  67. You see, we just happened to leave out
  68.  
  69. the THEN in the first fix.  This is a
  70.  
  71. small (but deadly) error.  It leads to
  72.  
  73. all kinds of SYNTAX ERRORS.
  74.  
  75.   Please accept our most humble
  76.  
  77. apology (again)!
  78.  
  79.                   -Thank you-
  80.  
  81.  
  82. ---------< end of article >-----------
  83.